home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / bc_ti.zip / TI715.ASC < prev    next >
Text File  |  1992-02-25  |  823b  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT  :  Borland C++                            NUMBER  :  715
  9.   VERSION  :  All
  10.        OS  :  DOS
  11.      DATE  :  February 25, 1992                        PAGE  :  1/1
  12.  
  13.     TITLE  :  ERRORS:  "Undefined symbol _WSPRINTF in module..."
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.   "Undefined symbol _WSPRINTF in module..." errors can often be
  21.   eliminated by turning off the "Case-sensitive exports" and
  22.   "Case-sensitive link" options.
  23.  
  24.   If you are using the command linker TLINKx, don't use the /c
  25.   switch.
  26.  
  27.   If you are invoking the linker from the command line compiler
  28.   BCCx, use the -lc- switch.
  29.  
  30.   If you are using the IDE, go to the linker options dialog box and
  31.   turn off case sensitive link (O|L|C) and case sensitive exports
  32.   (O|L|e).
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.